home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1996 October / Designer's Club 1996 October.iso / mac / Idea Source / POTTS.DIR / 00006.ls < prev    next >
Encoding:
Text File  |  1996-09-13  |  182 b   |  13 lines

  1. on mouseDown
  2.   puppetSound("squish")
  3.   sound stop 2
  4.   if the frameLabel = "begin" then
  5.     exit
  6.   end if
  7.   if the frame > 18 then
  8.     go(the frame - 1)
  9.   else
  10.     go(1)
  11.   end if
  12. end
  13.